ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / DeviceChild Class / GetDevice Method / GetDevice<T>() Method
The interface that is returned can be any interface published by the device.

In This Topic
    GetDevice<T>() Method
    In This Topic
    Retrieves the device.
    Syntax
    'Declaration
     
    Public Overloads Function GetDevice(Of T As ComObject)() As T
    public T GetDevice<T>()
    where T: ComObject

    Type Parameters

    T
    The interface that is returned can be any interface published by the device.

    Return Value

    The associated device.
    See Also